home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Esportes
/
soccofobia.swf
/
scripts
/
DefineButton2_128
/
BUTTONCONDACTION on(press).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
2008-09-26
|
196 b
|
11 lines
on(press){
if(_root.chal != 0)
{
if(_root.kong == true)
{
_root.kongregateScores.setMode("Challenge_" + chal);
}
_root.gotoAndPlay("Game");
}
}